projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f03f0
)
i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K
author
Stefan Roese
<
[email protected]
>
Fri, 16 Sep 2016 13:07:55 +0000
(15:07 +0200)
committer
Heiko Schocher
<
[email protected]
>
Mon, 26 Sep 2016 08:43:10 +0000
(10:43 +0200)
By adding the "marvell,mv78230-i2c" compatible property, we can enable
this I2C driver to support these new ARM64 chips as well.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Nadav Haklai <
[email protected]
>
Cc: Neta Zur Hershkovits <
[email protected]
>
Cc: Kostya Porotchkin <
[email protected]
>
Cc: Omri Itach <
[email protected]
>
Cc: Igal Liberman <
[email protected]
>
Cc: Haim Boot <
[email protected]
>
Cc: Hanna Hawa <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
drivers/i2c/mvtwsi.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/mvtwsi.c
b/drivers/i2c/mvtwsi.c
index 1e61f8d2fbb597b7f5c04ab700ace7d55984122e..60c8ea19146903962223289e16d88df96a1a1892 100644
(file)
--- a/
drivers/i2c/mvtwsi.c
+++ b/
drivers/i2c/mvtwsi.c
@@
-830,6
+830,7
@@
static const struct dm_i2c_ops mvtwsi_i2c_ops = {
static const struct udevice_id mvtwsi_i2c_ids[] = {
{ .compatible = "marvell,mv64xxx-i2c", },
+ { .compatible = "marvell,mv78230-i2c", },
{ /* sentinel */ }
};